home *** CD-ROM | disk | FTP | other *** search
- Short: SDK for the AmiTCP/IP protocol stack
- Author: AmiTCP-Group@ndsi.fi (Network Solutions Development Inc.)
- Uploader: AmiTCP-Group@nsdi.fi
- Version: Release 4.0
- Type: comm/net
-
- This archive contains include files, some development tools, link
- libraries (with source) and programming examples for AmiTCP/IP 4.0.
-
- AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
- Solutions Development Inc, Finland. See the file 'LICENCE.SDK'
- included in the archive for the licence conditions.
-
- See AmiTCP-demo-40.readme for further information about AmiTCP/IP.
-
- * Bug reports
-
- Send any bug reports to <AmiTCP-Bug@nsdi.fi>.
-
- * New Features, enchancements and bug fixes on each release of the SDK:
-
- NOTE: AmiTCP itself is not included in the SDK archive, but the
- relevant (from the programmers point of view) new features and bug
- fixes are mentioned here for completeness. 3.0 beta releases are not
- mentioned in this list for clarity and to avoid unnecessary confusion.
-
- New Features on 4.0:
-
- * AmiTCP:
- - Added new function: GetSocketEvents().
- - Added the link level address handling, changed if_type to use
- hardware types.
- - Added new sana-II errors to the error lists.
- - Configured domain names are now used on internal host
- searches, too.
- - Added error messages to startup failures.
- - Early error messages are now printed to the console.
- - db/resolv.conf is now read for DOMAIN and NAMESERVER entries.
- - db/netdb is not read any more, the individual files (hosts,
- protocols, networks, sercives, resolv.conf and inet.access)
- are read explicitly.
- - WITH keyword is removed from netdb parsing
- - Removed ARexx variables TASKNAME and NTHBASE (they were
- obsolete).
- - Added new API function GetSocketEvents().
- - Added new SocketBaseTagList() tag SBTC_SIGEVENTMASK.
- - Added new socket option SO_EVENTMASK. Setting this option
- will set the ASYNC mode on the socket also.
- - Socket owner is now set by default, _except_ after
- ObtainSocket().
- - FIOSETOWN ioctl now demands the caller to set itself as the
- owner.
- - Added new callback functionality to coordinate fd tables
- with the link library. (SocketBaseTags() tag
- SBTC_FDCALLBACK).
- - Made name server resolving multithreaded. Now each
- application has it's own set of resolver state variables.
- Before any name resolvation would block if another
- resolvation was in progress.
- - Added h_errno setting via a pointer (SocketBaseTags() tag
- SBTC_HERRNOLONGPTR).
- - Changed the AmiTCP ARexx port (AMITCP) to show only after the API
- is up and running (no need to "wait" on the bin/startnet).
- - Added functions sendmsg() and recvmsg() for scatter/gather I/O.
- - First parameter to Dup2Socket() can now be -1 to mark the fd
- (the second parameter) as not to be used by AmiTCP.
- - Added function SocketBaseTagList(). Tag definitions for it are
- on netinclude:amitcp/socketbasetags.h.
- - Added function gethostid(), which returns the primary IP
- address of the host as the unique host id.
- - Implemented gethostname() API function and HOSTNAME ARexx variable
- (QUERY/SET). The host name is queried from the netdb and/or name
- server, if it is not explicitly given in db/AmiTCP.config _or_ set
- with the ARexx SET command.
- - Added support for the BSD %m feature to the syslog() (%m is
- replaced by the error description of current errno value), Also
- changed the formatting code to not use the Exec's RawDoFmt()
- allowing 32 bit values to be printed without the 'l' size
- modifier.
- - Only the sizes 1, 2 and 4 are now allowed for the errno
- variable.
- - SetErrnoPtr() has now return value. 0 on success and -1
- otherwise. The _old_ errno indicates the error causing the
- failure.
- - "new" interface naming style (eg. slip.device/0 -> sl0).
-
- * netinclude:
- - Removed KERNEL specific definitions.
- - Added files stdio.h and fcntl.h supporing DOS stdio if
- USE_DOSIO is defined. Otherwise they include the original
- files from the INCLUDE:.
- NOTE: socket stdio does not work with the USE_DOSIO. SAS/C
- stdio must be used, if the sockets are to be used via the
- stdio functions.
- - Added files: sys/file.h, net/if_types.h, net/if_dl.h
- - updated: device/sana2.h, devices/sana2.i,
- devices/sana2specialstaats.h, devices/sana2specialstats.i
- - Added prototype, pragma, fd entry and inline function for the new
- GetSocketEvents() function.
- - (sys/socket.c):
- Added asynchronous socket event codes and a new socket option to
- set per socket event mask.
- - (amitcp/socketbasetags.h):
- Added tag code for event notification signal mask
- (SBTC_SIGEVENTMASK).
- - (sys/syslog.h):
- Removed AmiTCP's internal log path names.
- - Added arpa protocol headers (arpa/ftp.h, arpa/nameser.h,
- arpa/tftp.h and arpa/telnet.h) to the distribution.
- - Added/deleted some files.
- - Added SocketBaseTagList() definitions to
- amitcp/socketbasetags.h.
- - GCC: Added inline functions from clib/socket_inlines.h to
- inline/socket.h, since those had to be modified for gcc.
- Generated big list of defines to make possible to use local
- `SocketBase' variable in calls to bsdsocket.library calls.
- This feature is invoked defining SOCKETBASE_IN_CONTEXT.
- - Added syslog.h (includes sys/syslog.h) for source
- compatibility.
- - SAS/C: inline functions are defined only if OPTINLINE is
- used, netlib stubs are used otherwise.
- - Added new prototypes and declarations for the
- usergroup.library and its link library (grp.h, pwd.h,
- unistd.h, utmp.h, clib/netlib_protos.h).
- - Changes for the short interface names, removed interface
- tags.
- - Added include files for the netinfo.device.
- - Added RPC include directories rpc and rpcsvc.
-
- * net.lib:
- - Added tzset() to the timerinit.c to override the one from
- the SAS/C sc.lib. ENV:TZ is just once, or not at all if
- locale.library is present.
- - Added dosio_init.c, dosio_sprintf.c.
- - Added compiling the USE_DOSIO versions of the libraries (the
- names of the USE_DOSIO versions contain 'd' after the base
- name of the library, for example: net.lib -> netd.lib).
- - Added functions: link_addr(), link_ntoa().
- - Updated to open version 4 of the bsdsocket.library.
- - Moved usr.lib functionality to here.
- - Added implementation of SAS/C level 1 I/O functions, which
- allows stdio on sockets (printf(), and a like).
- - Integrated inetd daemon startup code to here. Includes
- functions init_inet_daemon() and set_socket_stdio(). See
- src/examples/serv for an example.
- - Added some unix style functions (utime(), popen(), sleep()
- etc.). See doc/netlib.doc for a full list and a reference.
- - Added real h_errno variable.
- - Added rcmd() and resvport(), removed getpwuid() and getgrgid().
- - Added syslog() support functions: openlog(), closelog() and
- setlogmask().
- - Removed errlst.c (error tables are now inside the AmiTCP to
- decrease overall memory usage).
- - Removed gethostname(), now implemented in the AmiTCP.
- - Added strerror().
- - Added perror() and stubs for the inline functions (if the
- inlining is not done).
- - Program name is passed to the AmiTCP at startup. It is used
- in the syslog() messages.
- - New function herror() will print the host error code set
- after host resolving failure (uses SocketBaseTags()).
- - New function GetHErrno() will return the host error code
- using the SocketBaseTags().
-
- * libs/usergroup.library:
- - Added a new function call getcredentials() which returns all
- credential for a process, updated library version to 4.
- - New library managing the user/group information.
- - The default user is now "nobody" (before it was "root").
-
- * devs/netinfo.device:
- - New device, which handles the actual user/group database
- files.
-
- * src/examples/serv:
- - New example of stdio and inetd usage.
-
- * rpc.lib:
- - AmiTCP implementation of the Sun RPC 4.0.
- - Added support for the USE_DOSIO. Now a
- special version of the rpclib using the dosio is compiled by
- default (rpcdr.lib). The dosio version of the rpclib uses BPTR
- file descriptors (dos.library files) instead of FILE * (link
- library stdio files) with the xdrstdio_create().
- Using rpcdr.lib and netd.lib with a typical RPC program makes it
- 5k smaller wrt. link library stdio.
-
- * help/RPC.guide:
- - Full documentation for the RPC in the AmigaGuide format.
-
- * rcsrev:
- - New development utility, which creates standard _rev.h files
- from some files RCS id.
-
- * src/devtools, src/examples:
- - New directories to clean up the directory structure.
-
- * portmap:
- - RPC program,version to port mapper, needed to be run before
- any RPC based servers.
-
- * rpcinfo:
- - Utility to show RPC bindings on a portmap on some host.
-
- Fixed Bugs on 4.0:
-
- * AmiTCP:
- - Fixed bug with configuration string setting. Too small buffer
- restricted the configuration string sizes to less than 24 bytes.
- - Fixed syslog message level handling. It was broken if the facility
- code was present.
- - Changed gethostbyname() not to treate the name as dot notation IP
- address based on the first digit only. Full check for the dot
- notation is now made.
- - Fixed bug in getservbyname() which now checks the protocol
- string.
- - Fixed the route dumping bug.
- - Logging information is now appended to the end of the old
- log file.
-
- * net.lib:
- - Added priority to usergroup autodestructor function.
-
- * inetd:
- - Fixed bugs in server argument parsing. Before any more than
- one argument would not have worked. (Thanks to Magnus Lilja
- for pointing this out).
-
-
- New Features on 2.3:
-
- * AmiTCP:
- - New ARexx command "KILL" and a new script, bin/stopnet,
- which sends this command to AmiTCP, causing it to try to
- stop all networking applications, and if successfull,
- itself, too.
-
- Fixed Bugs on 2.3:
-
- * AmiTCP:
- - Removed the incorrect use of M_EOR, which caused fragmented
- packets to be truncated.
-
- New Features on 2.2:
-
- * AmiTCP:
- - The interactive sessions have now a higher priority when
- using rh(c)slip.device
-
- New Features on 2.1:
-
- * Inet-handler:
- - With Inet-Handler you can use AmigaDOS IO to access TCP protocol
-
- * AmiTCP:
- - A timestamp is added to the log messages
- - Faster checksum calculation implemented in assembler
-
- * net.lib:
- - User and group database handling routines are added to the
- net.lib. Release includes example databases for `ls' and `finger'
- utilities, which use these databases
- - A real gettimeofday() using locale is also added
-
- EOF
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 0 0 0.0% 28-Oct-94 13:38:10 AmiTCP-4.0/
- 10636 4480 57.8% 19-Oct-94 14:31:52 AmiTCP-4.0/AmiTCP-sdk-40.readme
- 6643 2837 57.2% 15-Oct-94 18:30:12 AmiTCP-4.0/COPYRIGHTS.SDK
- 478 243 49.1% 28-May-94 12:59:42 AmiTCP-4.0/COPYRIGHTS.SDK.info
- 4032 1755 56.4% 19-Oct-94 17:05:30 AmiTCP-4.0/LICENCE.SDK
- 478 242 49.3% 28-May-94 12:59:42 AmiTCP-4.0/LICENCE.SDK.info
- 0 0 0.0% 28-Oct-94 13:37:12 AmiTCP-4.0/bin/
- 27508 17076 37.9% 15-Oct-94 22:54:50 AmiTCP-4.0/bin/cpp
- 4020 2277 43.3% 15-Oct-94 12:36:42 AmiTCP-4.0/bin/rcsrev
- 54944 30299 44.8% 15-Oct-94 13:05:12 AmiTCP-4.0/bin/rpcgen
- 632 278 56.0% 28-May-94 12:59:42 AmiTCP-4.0/bin.info
- 0 0 0.0% 28-Oct-94 13:37:16 AmiTCP-4.0/doc/
- 121679 34721 71.4% 26-Apr-94 11:06:38 AmiTCP-4.0/doc/bsdsocket.doc
- 21375 7430 65.2% 15-Oct-94 13:05:38 AmiTCP-4.0/doc/devtools.doc
- 8613 2810 67.3% 15-Oct-94 22:57:30 AmiTCP-4.0/doc/netinfo.doc
- 61238 18890 69.1% 15-Oct-94 10:37:04 AmiTCP-4.0/doc/netlib.doc
- 36225 11502 68.2% 20-Oct-93 07:57:24 AmiTCP-4.0/doc/protocols.doc
- 2875 747 74.0% 15-Oct-94 10:37:08 AmiTCP-4.0/doc/sana2lib.doc
- 45062 13479 70.0% 15-Oct-94 22:56:26 AmiTCP-4.0/doc/usergroup.doc
- 632 277 56.1% 28-May-94 12:59:42 AmiTCP-4.0/doc.info
- 0 0 0.0% 28-Oct-94 13:37:20 AmiTCP-4.0/help/
- 464756 128968 72.2% 30-Sep-94 03:06:46 AmiTCP-4.0/help/RPC.guide
- 504 259 48.6% 19-May-94 03:13:34 AmiTCP-4.0/help/RPC.guide.info
- 0 0 0.0% 28-Oct-94 13:37:38 AmiTCP-4.0/netinclude/
- 1509 830 44.9% 03-Oct-94 14:10:38 AmiTCP-4.0/netinclude/Smake.template
- 0 0 0.0% 28-Oct-94 13:37:32 AmiTCP-4.0/netinclude/amitcp/
- 3718 1565 57.9% 06-Oct-94 01:16:56 AmiTCP-4.0/netinclude/amitcp/socketbasetags.h
- 861 429 50.1% 06-Oct-94 01:16:56 AmiTCP-4.0/netinclude/amitcp/types.h
- 0 0 0.0% 28-Oct-94 13:37:30 AmiTCP-4.0/netinclude/arpa/
- 2010 841 58.1% 03-Oct-94 22:54:48 AmiTCP-4.0/netinclude/arpa/ftp.h
- 508 295 41.9% 03-Oct-94 22:54:48 AmiTCP-4.0/netinclude/arpa/inet.h
- 6868 2535 63.0% 03-Oct-94 22:54:50 AmiTCP-4.0/netinclude/arpa/nameser.h
- 8403 3030 63.9% 03-Oct-94 22:54:50 AmiTCP-4.0/netinclude/arpa/telnet.h
- 1328 659 50.3% 03-Oct-94 22:54:50 AmiTCP-4.0/netinclude/arpa/tftp.h
- 626 337 46.1% 03-Oct-94 22:52:20 AmiTCP-4.0/netinclude/bsdsocket.h
- 1175 546 53.5% 14-Oct-94 19:10:40 AmiTCP-4.0/netinclude/charread.h
- 0 0 0.0% 28-Oct-94 13:37:42 AmiTCP-4.0/netinclude/clib/
- 5101 1738 65.9% 03-Oct-94 22:54:52 AmiTCP-4.0/netinclude/clib/netlib_protos.h
- 1297 539 58.4% 03-Oct-94 22:54:52 AmiTCP-4.0/netinclude/clib/socket_inlines.h
- 4878 1499 69.2% 04-Oct-94 19:09:26 AmiTCP-4.0/netinclude/clib/socket_protos.h
- 2122 824 61.1% 03-Oct-94 22:55:10 AmiTCP-4.0/netinclude/clib/usergroup_protos.h
- 0 0 0.0% 28-Oct-94 13:37:40 AmiTCP-4.0/netinclude/devices/
- 2244 918 59.0% 03-Oct-94 14:22:58 AmiTCP-4.0/netinclude/devices/netinfo.h
- 9642 2959 69.3% 03-Oct-94 22:55:36 AmiTCP-4.0/netinclude/devices/sana2.h
- 8275 2579 68.8% 24-Jul-94 14:38:32 AmiTCP-4.0/netinclude/devices/sana2.i
- 1527 720 52.8% 24-Jul-94 14:38:32 AmiTCP-4.0/netinclude/devices/sana2specialstats.h
- 1523 723 52.5% 24-Jul-94 14:38:32 AmiTCP-4.0/netinclude/devices/sana2specialstats.i
- 427 266 37.7% 06-Oct-94 00:58:00 AmiTCP-4.0/netinclude/errno.h
- 1687 742 56.0% 03-Oct-94 22:52:22 AmiTCP-4.0/netinclude/fcntl.h
- 0 0 0.0% 28-Oct-94 13:37:42 AmiTCP-4.0/netinclude/fd/
- 2380 971 59.2% 06-Oct-94 01:18:30 AmiTCP-4.0/netinclude/fd/socket_lib.fd
- 1347 567 57.9% 02-Oct-94 18:44:32 AmiTCP-4.0/netinclude/fd/usergroup_lib.fd
- 787 410 47.9% 03-Oct-94 22:52:22 AmiTCP-4.0/netinclude/grp.h
- 1519 756 50.2% 03-Oct-94 22:52:24 AmiTCP-4.0/netinclude/inetd.h
- 0 0 0.0% 28-Oct-94 13:37:34 AmiTCP-4.0/netinclude/inline/
- 28377 3868 86.3% 06-Oct-94 01:18:36 AmiTCP-4.0/netinclude/inline/socket.h
- 16021 2137 86.6% 06-Oct-94 01:18:38 AmiTCP-4.0/netinclude/inline/usergroup.h
- 697 375 46.1% 03-Oct-94 22:52:24 AmiTCP-4.0/netinclude/ios1.h
- 0 0 0.0% 28-Oct-94 13:37:36 AmiTCP-4.0/netinclude/libraries/
- 1859 854 54.0% 06-Oct-94 01:18:48 AmiTCP-4.0/netinclude/libraries/usergroup.h
- 1225 582 52.4% 03-Oct-94 22:52:24 AmiTCP-4.0/netinclude/lineread.h
- 0 0 0.0% 28-Oct-94 13:37:30 AmiTCP-4.0/netinclude/net/
- 2639 1137 56.9% 06-Oct-94 01:12:26 AmiTCP-4.0/netinclude/net/if.h
- 4369 1960 55.1% 06-Oct-94 01:16:26 AmiTCP-4.0/netinclude/net/if_arp.h
- 1977 1027 48.0% 06-Oct-94 01:16:26 AmiTCP-4.0/netinclude/net/if_dl.h
- 746 386 48.2% 06-Oct-94 01:16:26 AmiTCP-4.0/netinclude/net/if_types.h
- 4995 2031 59.3% 06-Oct-94 01:12:26 AmiTCP-4.0/netinclude/net/route.h
- 687 329 52.1% 06-Oct-94 01:16:28 AmiTCP-4.0/netinclude/net/sana2errno.h
- 819 364 55.5% 06-Oct-94 01:16:28 AmiTCP-4.0/netinclude/net/sana2tags.h
- 2171 995 54.1% 03-Oct-94 22:52:26 AmiTCP-4.0/netinclude/netdb.h
- 0 0 0.0% 28-Oct-94 13:37:30 AmiTCP-4.0/netinclude/netinet/
- 4051 1683 58.4% 06-Oct-94 01:12:26 AmiTCP-4.0/netinclude/netinet/in.h
- 858 463 46.0% 06-Oct-94 01:12:28 AmiTCP-4.0/netinclude/netinet/in_systm.h
- 4102 1656 59.6% 06-Oct-94 01:16:34 AmiTCP-4.0/netinclude/netinet/ip.h
- 3748 1429 61.8% 06-Oct-94 01:16:34 AmiTCP-4.0/netinclude/netinet/ip_icmp.h
- 3192 1306 59.0% 06-Oct-94 01:12:28 AmiTCP-4.0/netinclude/netinet/ip_var.h
- 1571 778 50.4% 06-Oct-94 01:16:36 AmiTCP-4.0/netinclude/netinet/tcp.h
- 525 310 40.9% 06-Oct-94 01:16:36 AmiTCP-4.0/netinclude/netinet/udp.h
- 0 0 0.0% 28-Oct-94 13:37:42 AmiTCP-4.0/netinclude/pragmas/
- 5998 1168 80.5% 06-Oct-94 01:18:44 AmiTCP-4.0/netinclude/pragmas/socket_pragmas.h
- 2425 632 73.9% 03-Oct-94 14:28:08 AmiTCP-4.0/netinclude/pragmas/usergroup_pragmas.h
- 0 0 0.0% 28-Oct-94 13:37:36 AmiTCP-4.0/netinclude/proto/
- 636 359 43.5% 06-Oct-94 01:17:30 AmiTCP-4.0/netinclude/proto/socket.h
- 552 315 42.9% 06-Oct-94 01:17:30 AmiTCP-4.0/netinclude/proto/usergroup.h
- 0 0 0.0% 28-Oct-94 13:37:34 AmiTCP-4.0/netinclude/protocols/
- 2596 1139 56.1% 06-Oct-94 01:17:12 AmiTCP-4.0/netinclude/protocols/dumprestore.h
- 2414 1153 52.2% 06-Oct-94 01:17:12 AmiTCP-4.0/netinclude/protocols/routed.h
- 1065 554 47.9% 06-Oct-94 01:17:12 AmiTCP-4.0/netinclude/protocols/rwhod.h
- 3267 1368 58.1% 06-Oct-94 01:17:14 AmiTCP-4.0/netinclude/protocols/talkd.h
- 2369 1012 57.2% 06-Oct-94 01:17:14 AmiTCP-4.0/netinclude/protocols/timed.h
- 922 448 51.4% 03-Oct-94 22:52:26 AmiTCP-4.0/netinclude/pwd.h
- 0 0 0.0% 28-Oct-94 13:37:38 AmiTCP-4.0/netinclude/rpc/
- 3945 1604 59.3% 03-Oct-94 14:03:32 AmiTCP-4.0/netinclude/rpc/auth.h
- 1470 782 46.8% 03-Oct-94 14:03:28 AmiTCP-4.0/netinclude/rpc/auth_unix.h
- 7767 2800 63.9% 03-Oct-94 14:03:28 AmiTCP-4.0/netinclude/rpc/clnt.h
- 914 382 58.2% 03-Oct-94 14:03:24 AmiTCP-4.0/netinclude/rpc/gst.h
- 2209 853 61.3% 03-Oct-94 14:03:24 AmiTCP-4.0/netinclude/rpc/pmap_clnt.h
- 2415 1027 57.4% 03-Oct-94 14:03:22 AmiTCP-4.0/netinclude/rpc/pmap_prot.h
- 885 472 46.6% 03-Oct-94 14:03:20 AmiTCP-4.0/netinclude/rpc/pmap_rmt.h
- 2003 981 51.0% 04-Oct-94 19:13:40 AmiTCP-4.0/netinclude/rpc/rpc.h
- 3211 1283 60.0% 03-Oct-94 14:03:18 AmiTCP-4.0/netinclude/rpc/rpc_msg.h
- 8208 3044 62.9% 03-Oct-94 14:03:16 AmiTCP-4.0/netinclude/rpc/svc.h
- 602 355 41.0% 03-Oct-94 14:03:10 AmiTCP-4.0/netinclude/rpc/svc_auth.h
- 1694 769 54.6% 03-Oct-94 14:02:36 AmiTCP-4.0/netinclude/rpc/types.h
- 10602 3522 66.7% 03-Oct-94 14:03:10 AmiTCP-4.0/netinclude/rpc/xdr.h
- 0 0 0.0% 28-Oct-94 13:37:40 AmiTCP-4.0/netinclude/rpcsvc/
- 2225 761 65.7% 07-Mar-94 04:20:48 AmiTCP-4.0/netinclude/rpcsvc/Makefile.org
- 1554 689 55.6% 03-Oct-94 00:41:10 AmiTCP-4.0/netinclude/rpcsvc/bootparam_prot.x
- 2217 878 60.3% 03-Oct-94 00:41:08 AmiTCP-4.0/netinclude/rpcsvc/klm_prot.x
- 3096 1275 58.8% 03-Oct-94 00:41:06 AmiTCP-4.0/netinclude/rpcsvc/mount.x
- 6415 2110 67.1% 03-Oct-94 00:41:04 AmiTCP-4.0/netinclude/rpcsvc/nfs_prot.x
- 3476 1247 64.1% 07-Mar-94 04:20:50 AmiTCP-4.0/netinclude/rpcsvc/nlm_prot.x
- 5846 2014 65.5% 03-Oct-94 00:40:56 AmiTCP-4.0/netinclude/rpcsvc/rex.x
- 882 388 56.0% 03-Oct-94 00:40:54 AmiTCP-4.0/netinclude/rpcsvc/rnusers.x
- 1569 693 55.8% 07-Mar-94 04:20:50 AmiTCP-4.0/netinclude/rpcsvc/rquota.x
- 2219 798 64.0% 07-Mar-94 04:20:50 AmiTCP-4.0/netinclude/rpcsvc/rstat.c
- 2425 769 68.2% 03-Oct-94 00:40:40 AmiTCP-4.0/netinclude/rpcsvc/rstat.x
- 7527 2036 72.9% 03-Oct-94 00:41:10 AmiTCP-4.0/netinclude/rpcsvc/rstat_proc.c
- 2277 791 65.2% 03-Oct-94 00:40:40 AmiTCP-4.0/netinclude/rpcsvc/sm_inter.x
- 969 508 47.5% 03-Oct-94 00:40:38 AmiTCP-4.0/netinclude/rpcsvc/spray.x
- 4861 1738 64.2% 03-Oct-94 00:40:36 AmiTCP-4.0/netinclude/rpcsvc/yp.x
- 716 376 47.4% 03-Oct-94 00:40:08 AmiTCP-4.0/netinclude/rpcsvc/yppasswd.x
- 339 222 34.5% 03-Oct-94 22:52:26 AmiTCP-4.0/netinclude/stat.h
- 4704 1714 63.5% 03-Oct-94 22:52:26 AmiTCP-4.0/netinclude/stdio.h
- 0 0 0.0% 28-Oct-94 13:37:34 AmiTCP-4.0/netinclude/sys/
- 2137 950 55.5% 06-Oct-94 01:16:16 AmiTCP-4.0/netinclude/sys/cdefs.h
- 4822 1849 61.6% 06-Oct-94 00:57:44 AmiTCP-4.0/netinclude/sys/errno.h
- 388 247 36.3% 06-Oct-94 01:16:18 AmiTCP-4.0/netinclude/sys/file.h
- 4037 1365 66.1% 06-Oct-94 01:16:18 AmiTCP-4.0/netinclude/sys/ioctl.h
- 2242 1011 54.9% 06-Oct-94 01:12:24 AmiTCP-4.0/netinclude/sys/param.h
- 7540 2871 61.9% 06-Oct-94 01:16:18 AmiTCP-4.0/netinclude/sys/socket.h
- 3251 1213 62.6% 06-Oct-94 01:16:18 AmiTCP-4.0/netinclude/sys/stat.h
- 4699 1873 60.1% 06-Oct-94 01:12:26 AmiTCP-4.0/netinclude/sys/syslog.h
- 2885 1228 57.4% 06-Oct-94 01:12:24 AmiTCP-4.0/netinclude/sys/time.h
- 1577 746 52.6% 06-Oct-94 01:16:20 AmiTCP-4.0/netinclude/sys/types.h
- 303 206 32.0% 03-Oct-94 22:52:28 AmiTCP-4.0/netinclude/syslog.h
- 1931 745 61.4% 03-Oct-94 22:52:28 AmiTCP-4.0/netinclude/unistd.h
- 492 301 38.8% 03-Oct-94 22:52:28 AmiTCP-4.0/netinclude/utime.h
- 1032 455 55.9% 03-Oct-94 22:52:28 AmiTCP-4.0/netinclude/utmp.h
- 0 0 0.0% 28-Oct-94 13:37:22 AmiTCP-4.0/netlib/
- 23416 11253 51.9% 15-Oct-94 10:34:46 AmiTCP-4.0/netlib/net.lib
- 14824 7302 50.7% 15-Oct-94 09:57:46 AmiTCP-4.0/netlib/netd.lib
- 15232 7368 51.6% 15-Oct-94 11:02:38 AmiTCP-4.0/netlib/netdnb.lib
- 24008 11314 52.8% 15-Oct-94 11:40:04 AmiTCP-4.0/netlib/netnb.lib
- 37856 18175 51.9% 15-Oct-94 12:08:00 AmiTCP-4.0/netlib/rpcdr.lib
- 37580 18182 51.6% 15-Oct-94 12:34:18 AmiTCP-4.0/netlib/rpcr.lib
- 2628 1332 49.3% 15-Oct-94 10:35:56 AmiTCP-4.0/netlib/sana2.lib
- 2636 1316 50.0% 15-Oct-94 11:41:18 AmiTCP-4.0/netlib/sana2nb.lib
- 0 0 0.0% 28-Oct-94 13:38:06 AmiTCP-4.0/src/
- 3699 1618 56.2% 30-Sep-94 02:04:58 AmiTCP-4.0/src/README.RPC
- 801 434 45.8% 30-Sep-94 02:05:38 AmiTCP-4.0/src/compile.lib
- 0 0 0.0% 28-Oct-94 13:38:10 AmiTCP-4.0/src/examples/
- 1300 587 54.8% 30-Sep-94 02:09:58 AmiTCP-4.0/src/examples/GNUmakefile
- 909 503 44.6% 30-Sep-94 02:10:00 AmiTCP-4.0/src/examples/Smakefile
- 0 0 0.0% 28-Oct-94 13:38:08 AmiTCP-4.0/src/examples/rpc/
- 0 0 0.0% 28-Oct-94 13:38:08 AmiTCP-4.0/src/examples/rpc/dir/
- 346 218 36.9% 09-Mar-94 10:15:16 AmiTCP-4.0/src/examples/rpc/dir/SCOPTIONS
- 969 512 47.1% 30-Sep-94 02:21:20 AmiTCP-4.0/src/examples/rpc/dir/Smakefile
- 780 401 48.5% 09-Mar-94 10:15:18 AmiTCP-4.0/src/examples/rpc/dir/dir.x
- 930 467 49.7% 09-Mar-94 10:15:20 AmiTCP-4.0/src/examples/rpc/dir/dir_proc.c
- 1592 764 52.0% 09-Mar-94 10:15:20 AmiTCP-4.0/src/examples/rpc/dir/rls.c
- 0 0 0.0% 28-Oct-94 13:38:08 AmiTCP-4.0/src/examples/rpc/msg/
- 346 218 36.9% 09-Mar-94 10:15:46 AmiTCP-4.0/src/examples/rpc/msg/SCOPTIONS
- 1144 591 48.3% 30-Sep-94 02:21:22 AmiTCP-4.0/src/examples/rpc/msg/Smakefile
- 183 148 19.1% 09-Mar-94 10:15:48 AmiTCP-4.0/src/examples/rpc/msg/msg.x
- 649 387 40.3% 09-Mar-94 10:15:48 AmiTCP-4.0/src/examples/rpc/msg/msg_proc.c
- 826 435 47.3% 09-Mar-94 10:15:48 AmiTCP-4.0/src/examples/rpc/msg/printmsg.c
- 1584 746 52.9% 09-Mar-94 10:15:50 AmiTCP-4.0/src/examples/rpc/msg/rprintmsg.c
- 0 0 0.0% 28-Oct-94 13:38:08 AmiTCP-4.0/src/examples/rpc/sort/
- 346 218 36.9% 09-Mar-94 10:16:08 AmiTCP-4.0/src/examples/rpc/sort/SCOPTIONS
- 1193 557 53.3% 30-Sep-94 02:21:24 AmiTCP-4.0/src/examples/rpc/sort/Smakefile
- 883 468 46.9% 09-Mar-94 10:16:10 AmiTCP-4.0/src/examples/rpc/sort/rsort.c
- 455 274 39.7% 09-Mar-94 10:16:10 AmiTCP-4.0/src/examples/rpc/sort/sort.x
- 709 322 54.5% 09-Mar-94 10:16:10 AmiTCP-4.0/src/examples/rpc/sort/sort_proc.c
- 0 0 0.0% 28-Oct-94 13:38:08 AmiTCP-4.0/src/examples/serv/
- 151 128 15.2% 30-Sep-94 02:12:20 AmiTCP-4.0/src/examples/serv/Smake.def
- 1383 732 47.0% 30-Sep-94 02:12:42 AmiTCP-4.0/src/examples/serv/in.example.c
- 0 0 0.0% 28-Oct-94 13:37:54 AmiTCP-4.0/src/netlib/
- 1645 815 50.4% 30-Sep-94 07:17:36 AmiTCP-4.0/src/netlib/GNUmakefile
- 9474 2883 69.5% 30-Sep-94 01:10:26 AmiTCP-4.0/src/netlib/Smakefile
- 1095 541 50.5% 30-Sep-94 01:09:18 AmiTCP-4.0/src/netlib/_allocufb.c
- 2969 1274 57.0% 30-Sep-94 01:09:30 AmiTCP-4.0/src/netlib/_chkufb.c
- 1455 651 55.2% 30-Sep-94 01:09:34 AmiTCP-4.0/src/netlib/_close.c
- 3327 1476 55.6% 30-Sep-94 01:09:34 AmiTCP-4.0/src/netlib/_dup.c
- 1286 592 53.9% 30-Sep-94 01:09:36 AmiTCP-4.0/src/netlib/_dup2.c
- 1426 706 50.4% 30-Sep-94 01:09:36 AmiTCP-4.0/src/netlib/_fstat.c
- 1026 517 49.6% 30-Sep-94 01:09:38 AmiTCP-4.0/src/netlib/_lseek.c
- 2811 1211 56.9% 30-Sep-94 01:09:42 AmiTCP-4.0/src/netlib/_open.c
- 2078 944 54.5% 30-Sep-94 01:09:42 AmiTCP-4.0/src/netlib/_read.c
- 2268 887 60.8% 30-Sep-94 01:09:44 AmiTCP-4.0/src/netlib/_write.c
- 2359 1044 55.7% 30-Sep-94 01:09:44 AmiTCP-4.0/src/netlib/access.c
- 4861 1958 59.7% 30-Sep-94 01:09:46 AmiTCP-4.0/src/netlib/autoinit.c
- 6132 2314 62.2% 30-Sep-94 01:09:46 AmiTCP-4.0/src/netlib/chmod.c
- 5117 2171 57.5% 30-Sep-94 01:09:48 AmiTCP-4.0/src/netlib/chown.c
- 3364 1445 57.0% 30-Sep-94 01:09:48 AmiTCP-4.0/src/netlib/dosio_init.c
- 2958 1254 57.6% 30-Sep-94 01:09:50 AmiTCP-4.0/src/netlib/dosio_sprintf.c
- 9096 3026 66.7% 30-Sep-94 01:09:50 AmiTCP-4.0/src/netlib/dostat.c
- 539 292 45.8% 30-Sep-94 01:09:52 AmiTCP-4.0/src/netlib/dummy.c
- 1618 776 52.0% 30-Sep-94 01:09:52 AmiTCP-4.0/src/netlib/fhopen.c
- 390 267 31.5% 30-Sep-94 01:09:54 AmiTCP-4.0/src/netlib/fib.c
- 2653 1057 60.1% 30-Sep-94 01:10:24 AmiTCP-4.0/src/netlib/fibex.h
- 2516 1263 49.8% 04-Oct-94 09:42:34 AmiTCP-4.0/src/netlib/getopt.c
- 433 285 34.1% 30-Sep-94 01:09:56 AmiTCP-4.0/src/netlib/getpid.c
- 3180 1342 57.7% 30-Sep-94 01:09:56 AmiTCP-4.0/src/netlib/gettimeofday.c
- 1723 785 54.4% 30-Sep-94 01:09:58 AmiTCP-4.0/src/netlib/herror.c
- 2124 912 57.0% 30-Sep-94 02:35:20 AmiTCP-4.0/src/netlib/init_inet_daemon.c
- 4176 1729 58.5% 30-Sep-94 01:10:00 AmiTCP-4.0/src/netlib/init_usergroup.c
- 614 365 40.5% 30-Sep-94 01:10:00 AmiTCP-4.0/src/netlib/ioctl.c
- 679 392 42.2% 30-Sep-94 01:10:02 AmiTCP-4.0/src/netlib/iomode.c
- 707 413 41.5% 30-Sep-94 01:10:02 AmiTCP-4.0/src/netlib/isatty.c
- 11317 3668 67.5% 30-Sep-94 02:35:18 AmiTCP-4.0/src/netlib/lineread.c
- 2200 945 57.0% 30-Sep-94 01:10:04 AmiTCP-4.0/src/netlib/linkaddr.c
- 1097 570 48.0% 30-Sep-94 01:10:06 AmiTCP-4.0/src/netlib/linkntoa.c
- 710 364 48.7% 30-Sep-94 01:10:26 AmiTCP-4.0/src/netlib/netlib.h
- 1483 653 55.9% 30-Sep-94 01:10:06 AmiTCP-4.0/src/netlib/perror.c
- 9490 3382 64.3% 30-Sep-94 01:10:08 AmiTCP-4.0/src/netlib/popen.c
- 1766 781 55.7% 30-Sep-94 01:10:08 AmiTCP-4.0/src/netlib/printfault.c
- 1874 824 56.0% 30-Sep-94 01:10:08 AmiTCP-4.0/src/netlib/printuserfault.c
- 9697 3693 61.9% 30-Sep-94 01:10:10 AmiTCP-4.0/src/netlib/rcmd.c
- 3842 1434 62.6% 30-Sep-94 01:10:10 AmiTCP-4.0/src/netlib/sana2errlist.c
- 2058 856 58.4% 30-Sep-94 01:10:12 AmiTCP-4.0/src/netlib/sana2perror.c
- 1977 835 57.7% 30-Sep-94 01:10:12 AmiTCP-4.0/src/netlib/sana2printfault.c
- 3444 1333 61.2% 30-Sep-94 02:35:18 AmiTCP-4.0/src/netlib/serveraccept.c
- 1836 782 57.4% 30-Sep-94 02:35:22 AmiTCP-4.0/src/netlib/set_socket_stdio.c
- 428 265 38.0% 30-Sep-94 01:10:16 AmiTCP-4.0/src/netlib/setegid.c
- 428 265 38.0% 30-Sep-94 01:10:16 AmiTCP-4.0/src/netlib/seteuid.c
- 1282 618 51.7% 30-Sep-94 01:10:18 AmiTCP-4.0/src/netlib/sleep.c
- 2035 867 57.3% 30-Sep-94 01:10:18 AmiTCP-4.0/src/netlib/stat.c
- 1570 743 52.6% 30-Sep-94 01:10:20 AmiTCP-4.0/src/netlib/strerror.c
- 941 469 50.1% 30-Sep-94 01:10:20 AmiTCP-4.0/src/netlib/stubs.c
- 6430 2315 63.9% 30-Sep-94 01:10:20 AmiTCP-4.0/src/netlib/syslog.c
- 7264 2822 61.1% 04-Oct-94 09:44:36 AmiTCP-4.0/src/netlib/timerinit.c
- 1395 663 52.4% 30-Sep-94 01:10:22 AmiTCP-4.0/src/netlib/usleep.c
- 2880 1238 57.0% 30-Sep-94 01:10:24 AmiTCP-4.0/src/netlib/utime.c
- 0 0 0.0% 28-Oct-94 13:38:04 AmiTCP-4.0/src/rpclib/
- 1184 687 41.9% 07-Mar-94 04:44:12 AmiTCP-4.0/src/rpclib/DISCLAIMER
- 1452 717 50.6% 30-Sep-94 01:49:40 AmiTCP-4.0/src/rpclib/GNUmakefile
- 19057 4314 77.3% 30-Sep-94 01:49:42 AmiTCP-4.0/src/rpclib/Smakefile
- 2423 978 59.6% 30-Sep-94 01:49:00 AmiTCP-4.0/src/rpclib/auth_none.c
- 7317 2399 67.2% 30-Sep-94 01:49:02 AmiTCP-4.0/src/rpclib/auth_unix.c
- 1324 611 53.8% 30-Sep-94 01:49:04 AmiTCP-4.0/src/rpclib/authunix_prot.c
- 1299 662 49.0% 30-Sep-94 01:49:04 AmiTCP-4.0/src/rpclib/bindresvport.c
- 1084 512 52.7% 30-Sep-94 01:49:06 AmiTCP-4.0/src/rpclib/chkabort.c
- 2240 981 56.2% 30-Sep-94 01:49:06 AmiTCP-4.0/src/rpclib/clnt_generic.c
- 5568 1829 67.1% 30-Sep-94 01:49:08 AmiTCP-4.0/src/rpclib/clnt_perror.c
- 5155 1957 62.0% 30-Sep-94 01:49:08 AmiTCP-4.0/src/rpclib/clnt_raw.c
- 2538 1095 56.8% 30-Sep-94 01:49:08 AmiTCP-4.0/src/rpclib/clnt_simple.c
- 11592 4039 65.1% 30-Sep-94 01:49:10 AmiTCP-4.0/src/rpclib/clnt_tcp.c
- 11776 4010 65.9% 30-Sep-94 01:49:10 AmiTCP-4.0/src/rpclib/clnt_udp.c
- 2494 1158 53.5% 30-Sep-94 01:49:12 AmiTCP-4.0/src/rpclib/get_myaddress.c
- 4394 1522 65.3% 30-Sep-94 01:49:12 AmiTCP-4.0/src/rpclib/getrpcent.c
- 894 512 42.7% 30-Sep-94 01:49:14 AmiTCP-4.0/src/rpclib/getrpcport.c
- 218 162 25.6% 30-Sep-94 01:49:14 AmiTCP-4.0/src/rpclib/gst.c
- 2431 895 63.1% 30-Sep-94 01:49:16 AmiTCP-4.0/src/rpclib/pmap_clnt.c
- 1671 850 49.1% 30-Sep-94 01:49:16 AmiTCP-4.0/src/rpclib/pmap_getmaps.c
- 1846 925 49.8% 30-Sep-94 01:49:18 AmiTCP-4.0/src/rpclib/pmap_getport.c
- 853 466 45.3% 30-Sep-94 01:49:18 AmiTCP-4.0/src/rpclib/pmap_prot.c
- 2783 1336 51.9% 30-Sep-94 01:49:20 AmiTCP-4.0/src/rpclib/pmap_prot2.c
- 11000 3987 63.7% 30-Sep-94 01:49:20 AmiTCP-4.0/src/rpclib/pmap_rmt.c
- 4622 1119 75.7% 30-Sep-94 01:49:22 AmiTCP-4.0/src/rpclib/rpc_callmsg.c
- 669 377 43.6% 30-Sep-94 01:49:22 AmiTCP-4.0/src/rpclib/rpc_commondata.c
- 723 426 41.0% 30-Sep-94 01:49:24 AmiTCP-4.0/src/rpclib/rpc_dtablesize.c
- 6239 1999 67.9% 30-Sep-94 01:49:24 AmiTCP-4.0/src/rpclib/rpc_prot.c
- 10926 3543 67.5% 30-Sep-94 01:49:26 AmiTCP-4.0/src/rpclib/svc.c
- 2722 1215 55.3% 30-Sep-94 01:49:26 AmiTCP-4.0/src/rpclib/svc_auth.c
- 3074 1371 55.4% 30-Sep-94 01:49:28 AmiTCP-4.0/src/rpclib/svc_auth_unix.c
- 3242 1140 64.8% 30-Sep-94 01:49:28 AmiTCP-4.0/src/rpclib/svc_raw.c
- 1098 608 44.6% 30-Sep-94 01:49:30 AmiTCP-4.0/src/rpclib/svc_run.c
- 3109 1276 58.9% 30-Sep-94 01:49:30 AmiTCP-4.0/src/rpclib/svc_simple.c
- 10169 3277 67.7% 30-Sep-94 01:49:32 AmiTCP-4.0/src/rpclib/svc_tcp.c
- 11636 3778 67.5% 30-Sep-94 01:49:32 AmiTCP-4.0/src/rpclib/svc_udp.c
- 10079 3053 69.7% 30-Sep-94 01:49:34 AmiTCP-4.0/src/rpclib/xdr.c
- 3234 1385 57.1% 30-Sep-94 01:49:34 AmiTCP-4.0/src/rpclib/xdr_array.c
- 6025 1711 71.6% 30-Sep-94 01:49:36 AmiTCP-4.0/src/rpclib/xdr_float.c
- 3282 1063 67.6% 30-Sep-94 01:49:36 AmiTCP-4.0/src/rpclib/xdr_mem.c
- 15142 4337 71.3% 30-Sep-94 01:49:38 AmiTCP-4.0/src/rpclib/xdr_rec.c
- 2678 1211 54.7% 30-Sep-94 01:49:38 AmiTCP-4.0/src/rpclib/xdr_reference.c
- 4107 1501 63.4% 30-Sep-94 01:49:40 AmiTCP-4.0/src/rpclib/xdr_stdio.c
- 632 279 55.8% 28-Oct-94 13:34:18 AmiTCP-4.0.info
- -------- ------- ----- --------- --------
- 1736445 613822 64.6% 29-Oct-94 01:07:06 279 files
-